home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / C++ A'Link Files / 1990 / Jul 90 / CPlus.Dev$ 7⁄13⁄90 / 0155-MacApp & C++ next >
Encoding:
Text File  |  1991-03-06  |  659 b   |  3 lines  |  [TEXT/MSWD]

  1. How do you use a 'VIEW' resourse for the open and save dialogs. I am trying to implement a dynamic popup menu that will have all the available file formats. I would like the program to check and see which modules are available and add the appropriate items to the popup menus. This would be similar to Claris's products and UltraPaint.
  2.  
  3. Also, what is the best way to debug variables that are not objects. The MacApp book mentions using writeln statements in Pascal. I have tried both cout and printf with no sucess. Also how do you use SADE with MacApp and C++. Is there something equivalent to the environment that Think has with their Pascal and C products?